[INFO] cloning repository https://github.com/lbrndnr/bpf-tracing-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lbrndnr/bpf-tracing-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flbrndnr%2Fbpf-tracing-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flbrndnr%2Fbpf-tracing-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6618275e8b5b0d17b3ca1e01ddfcf24a8648bef
[INFO] fixing lbrndnr/bpf-tracing-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flbrndnr%2Fbpf-tracing-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/lbrndnr/bpf-tracing-rs
[INFO] finished tweaking git repo https://github.com/lbrndnr/bpf-tracing-rs
[INFO] tweaked toml for git repo https://github.com/lbrndnr/bpf-tracing-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lbrndnr/bpf-tracing-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lbrndnr/bpf-tracing-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vsprintf v2.0.0
[INFO] [stderr]   Downloaded libbpf-cargo v0.26.2
[INFO] [stderr]   Downloaded libbpf-rs v0.26.2
[INFO] [stderr]   Downloaded libbpf-sys v1.7.0+v1.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d0911110d511c894bc14d44117faf0302510187228f6244f85c451e0bbfd6756
[INFO] running `Command { std: "docker" "start" "d0911110d511c894bc14d44117faf0302510187228f6244f85c451e0bbfd6756", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0911110d511c894bc14d44117faf0302510187228f6244f85c451e0bbfd6756" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0911110d511c894bc14d44117faf0302510187228f6244f85c451e0bbfd6756", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0911110d511c894bc14d44117faf0302510187228f6244f85c451e0bbfd6756" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling vsprintf v2.0.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling libbpf-sys v1.7.0+v1.7.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking bpf-tracing-include v0.0.5 (/opt/rustwide/workdir/bpf-tracing-include)
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]     Checking libbpf-rs v0.26.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking bpf-tracing v0.0.5 (/opt/rustwide/workdir/bpf-tracing)
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling libbpf-cargo v0.26.2
[INFO] [stderr]    Compiling example v0.0.0 (/opt/rustwide/workdir/example)
[INFO] [stderr] error: failed to run custom build command for `example v0.0.0 (/opt/rustwide/workdir/example)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/example-932b1c2c8faeaed2/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed="/opt/rustwide/workdir/example/src/monitor.bpf.c"
[INFO] [stderr]   cargo:rerun-if-env-changed=RUST_LOG
[INFO] [stderr]   cargo:rerun-if-env-changed=BPF_LOG
[INFO] [stderr]   cargo:rerun-if-changed="/opt/rustwide/workdir/bpf-tracing-include/include"
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1276) panicked at example/build.rs:26:10:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: failed to build `/opt/rustwide/workdir/example/src/monitor.bpf.c`
[INFO] [stderr] 
[INFO] [stderr]   Caused by:
[INFO] [stderr]       0: failed to compile `/opt/rustwide/workdir/example/src/monitor.bpf.c`
[INFO] [stderr]       1: failed to compile /tmp/.tmps1KAww/monitor.bpf.c from /opt/rustwide/workdir/example/src/monitor.bpf.c
[INFO] [stderr]       2: command `clang -I ../include -I /opt/rustwide/workdir/bpf-tracing-include/include -I /tmp/.tmpCkDJus/bpf/src -fno-stack-protector -D__TARGET_ARCH_x86 -g -O2 -target bpf -c /opt/rustwide/workdir/example/src/monitor.bpf.c -o /tmp/.tmps1KAww/monitor.bpf.c` failed (exit status: 1)
[INFO] [stderr]       3: /opt/rustwide/workdir/example/src/monitor.bpf.c:1:10: fatal error: 'vmlinux.h' file not found
[INFO] [stderr]              1 | #include "vmlinux.h"
[INFO] [stderr]                |          ^~~~~~~~~~~
[INFO] [stderr]          1 error generated.
[INFO] [stderr]          
[INFO] [stderr] 
[INFO] [stderr]   Stack backtrace:
[INFO] [stderr]      0: <anyhow::kind::Adhoc>::new::<alloc::string::String>
[INFO] [stderr]      1: <libbpf_cargo::build::BpfObjBuilder>::compile_single
[INFO] [stderr]      2: <libbpf_cargo::build::BpfObjBuilder>::build_many::<[&std::path::Path; 1], &std::path::Path>::{closure#0}::{closure#0}
[INFO] [stderr]      3: core::iter::traits::iterator::Iterator::try_for_each::call::<&std::path::Path, core::result::Result<(), anyhow::Error>, <libbpf_cargo::build::BpfObjBuilder>::build_many<[&std::path::Path; 1], &std::path::Path>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stderr]      4: <core::array::iter::iter_inner::PolymorphicIter<[core::mem::maybe_uninit::MaybeUninit<&std::path::Path>]>>::try_fold::<(), core::iter::traits::iterator::Iterator::try_for_each::call<&std::path::Path, core::result::Result<(), anyhow::Error>, <libbpf_cargo::build::BpfObjBuilder>::build_many<[&std::path::Path; 1], &std::path::Path>::{closure#0}::{closure#0}>::{closure#0}, core::result::Result<(), anyhow::Error>>::{closure#0}
[INFO] [stderr]      5: <core::ops::index_range::IndexRange as core::iter::traits::iterator::Iterator>::try_fold::<(), <core::array::iter::iter_inner::PolymorphicIter<[core::mem::maybe_uninit::MaybeUninit<&std::path::Path>]>>::try_fold<(), core::iter::traits::iterator::Iterator::try_for_each::call<&std::path::Path, core::result::Result<(), anyhow::Error>, <libbpf_cargo::build::BpfObjBuilder>::build_many<[&std::path::Path; 1], &std::path::Path>::{closure#0}::{closure#0}>::{closure#0}, core::result::Result<(), anyhow::Error>>::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stderr]      6: <core::array::iter::IntoIter<&std::path::Path, 1> as core::iter::traits::iterator::Iterator>::try_fold::<(), core::iter::traits::iterator::Iterator::try_for_each::call<&std::path::Path, core::result::Result<(), anyhow::Error>, <libbpf_cargo::build::BpfObjBuilder>::build_many<[&std::path::Path; 1], &std::path::Path>::{closure#0}::{closure#0}>::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stderr]      7: <core::array::iter::IntoIter<&std::path::Path, 1> as core::iter::traits::iterator::Iterator>::try_for_each::<<libbpf_cargo::build::BpfObjBuilder>::build_many<[&std::path::Path; 1], &std::path::Path>::{closure#0}::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stderr]      8: <libbpf_cargo::build::BpfObjBuilder>::build_many::<[&std::path::Path; 1], &std::path::Path>::{closure#0}
[INFO] [stderr]      9: <libbpf_cargo::build::BpfObjBuilder>::with_compiler_args::<<libbpf_cargo::build::BpfObjBuilder>::build_many<[&std::path::Path; 1], &std::path::Path>::{closure#0}, ()>
[INFO] [stderr]     10: <libbpf_cargo::build::BpfObjBuilder>::build_many::<[&std::path::Path; 1], &std::path::Path>
[INFO] [stderr]     11: <libbpf_cargo::build::BpfObjBuilder>::build
[INFO] [stderr]     12: <libbpf_cargo::SkeletonBuilder>::build
[INFO] [stderr]     13: <libbpf_cargo::SkeletonBuilder>::build_and_generate::<&std::path::PathBuf>
[INFO] [stderr]     14: build_script_build::main
[INFO] [stderr]     15: <fn() as core::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     16: std::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     17: std::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     18: <&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync as core::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     19: std::panicking::catch_unwind::do_call::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:575:43
[INFO] [stderr]     20: std::panicking::catch_unwind::<i32, &dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync>
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:543:19
[INFO] [stderr]     21: std::panic::catch_unwind::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panic.rs:359:14
[INFO] [stderr]     22: std::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/rt.rs:175:24
[INFO] [stderr]     23: std::panicking::catch_unwind::do_call::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:575:43
[INFO] [stderr]     24: std::panicking::catch_unwind::<isize, std::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:543:19
[INFO] [stderr]     25: std::panic::catch_unwind::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panic.rs:359:14
[INFO] [stderr]     26: std::rt::lang_start_internal
[INFO] [stderr]                at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/rt.rs:171:5
[INFO] [stderr]     27: std::rt::lang_start::<()>
[INFO] [stderr]     28: main
[INFO] [stderr]     29: <unknown>
[INFO] [stderr]     30: __libc_start_main
[INFO] [stderr]     31: _start
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5788874e2978 - std[5c0eaf5403f5fa91]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5788874e2978 - std[5c0eaf5403f5fa91]::backtrace_rs::backtrace::trace_unsynchronized::<std[5c0eaf5403f5fa91]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5788874e2978 - std[5c0eaf5403f5fa91]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x5788874e2978 - <<std[5c0eaf5403f5fa91]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6b4415987d471b61]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x5788874f558a - <core[6b4415987d471b61]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5788874f558a - core[6b4415987d471b61]::fmt::write
[INFO] [stderr]      6:     0x5788874e75a2 - std[5c0eaf5403f5fa91]::io::default_write_fmt::<std[5c0eaf5403f5fa91]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:623:11
[INFO] [stderr]      7:     0x5788874e75a2 - <std[5c0eaf5403f5fa91]::sys::stdio::unix::Stderr as std[5c0eaf5403f5fa91]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1661:13
[INFO] [stderr]      8:     0x5788874c54f6 - <std[5c0eaf5403f5fa91]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x5788874c54f6 - std[5c0eaf5403f5fa91]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5788874dd3c1 - std[5c0eaf5403f5fa91]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5788874dd57b - std[5c0eaf5403f5fa91]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:814:13
[INFO] [stderr]     12:     0x5788874c55b2 - std[5c0eaf5403f5fa91]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:687:13
[INFO] [stderr]     13:     0x5788874ba1d9 - std[5c0eaf5403f5fa91]::sys::backtrace::__rust_end_short_backtrace::<std[5c0eaf5403f5fa91]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x5788874c600d - __rustc[33ffaff69ac0afe3]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:678:5
[INFO] [stderr]     15:     0x5788874f5d8c - core[6b4415987d471b61]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5788874f5b02 - core[6b4415987d471b61]::result::unwrap_failed
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:1870:5
[INFO] [stderr]     17:     0x57888740a922 - build_script_build[3c75027af2760985]::main
[INFO] [stderr]     18:     0x57888740c0a3 - <fn() as core[6b4415987d471b61]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     19:     0x578887409606 - std[5c0eaf5403f5fa91]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     20:     0x578887409e89 - std[5c0eaf5403f5fa91]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     21:     0x5788874dc6c7 - <&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync as core[6b4415987d471b61]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     22:     0x5788874dc6c7 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::do_call::<&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:575:43
[INFO] [stderr]     23:     0x5788874dc6c7 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::<i32, &dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:543:19
[INFO] [stderr]     24:     0x5788874dc6c7 - std[5c0eaf5403f5fa91]::panic::catch_unwind::<&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panic.rs:359:14
[INFO] [stderr]     25:     0x5788874dc6c7 - std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/rt.rs:175:24
[INFO] [stderr]     26:     0x5788874dc6c7 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::do_call::<std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:575:43
[INFO] [stderr]     27:     0x5788874dc6c7 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::<isize, std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:543:19
[INFO] [stderr]     28:     0x5788874dc6c7 - std[5c0eaf5403f5fa91]::panic::catch_unwind::<std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x5788874dc6c7 - std[5c0eaf5403f5fa91]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/rt.rs:171:5
[INFO] [stderr]     30:     0x5788874093c1 - std[5c0eaf5403f5fa91]::rt::lang_start::<()>
[INFO] [stderr]     31:     0x57888740c105 - main
[INFO] [stderr]     32:     0x7ec348aae1ca - <unknown>
[INFO] [stderr]     33:     0x7ec348aae28b - __libc_start_main
[INFO] [stderr]     34:     0x578887408b95 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "d0911110d511c894bc14d44117faf0302510187228f6244f85c451e0bbfd6756", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0911110d511c894bc14d44117faf0302510187228f6244f85c451e0bbfd6756", kill_on_drop: false }`
[INFO] [stdout] d0911110d511c894bc14d44117faf0302510187228f6244f85c451e0bbfd6756
